home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor2 / lem.doc < prev    next >
Text File  |  1995-03-31  |  2KB  |  44 lines

  1. Subject: LEM - Lemming animation v1.1 
  2. From: detlef@mwhh.hanse.de (Detlef Mueller) 
  3. Newsgroups: comp.sources.hp48 
  4. Date: 1 Oct 91 02:44:31 GMT 
  5.  
  6. Hi! 
  7.  
  8. It seems that I spend too much time programming this little toy :-) ... 
  9. Anyway, here is an update to LEMMING version 1.0. 
  10.  
  11. The changes vs. v 1.0 are : 
  12.     - sound is generated at the correct time 
  13.     - align the sixth grob 
  14.     - speed up 
  15.     - smoother animation 
  16.     - shorter 
  17.  
  18. It animates a little lemming :-), walking in the status line. It doesn't 
  19. change the value of PICT. Once running, you can stop the program by 
  20. pressing any key. 
  21.  
  22. To generate LEM, put the listings of LEM.M and LEM.S in the appropriate 
  23. files, then invoke the following commandlines at the MesS-DOS prompt: 
  24.  
  25.     rplcomp lem.s lem.a 
  26.     sasm -e -N lem.a 
  27.     sload -H lem.m 
  28.  
  29. [...using the System RPL Development Tools found on Goodies Disk #4. -jkh-] 
  30.  
  31. This should generate the file 'LEM' (size 308 bytes, no extension). After 
  32. being downloaded to your HP48, 'LEM' should be 307.5 bytes in size with a 
  33. checksum of #F3FA. If nothing went wrong, 'LEM' is now executable. 
  34.  
  35. BTW, this program is named 'lemming' because I got the animation sequence 
  36. from a game called 'Lemmings'. In the game the actors are called so, 
  37. because they're walking straight forward (and fall out of the screen if 
  38. you don't stop them) and can be manipulated indirect only. 
  39.  
  40. Have a good time, 
  41.     8-), Detlef 
  42.  
  43. P.S.    If there are any questions feel free to mail me. 
  44.